home *** CD-ROM | disk | FTP | other *** search
/ BCI NET 2 / BCI NET 2.iso / archives / programming / misc / amicvs1-0.lha / AmiCVS / Repository / CVSroot / modules,v < prev    next >
Encoding:
Text File  |  1994-11-05  |  1.6 KB  |  79 lines

  1. head    1.2;
  2. access;
  3. symbols;
  4. locks; strict;
  5. comment    @# @;
  6.  
  7.  
  8. 1.2
  9. date    94.11.04.19.56.37;    author rbnix;    state Exp;
  10. branches;
  11. next    1.1;
  12.  
  13. 1.1
  14. date    93.05.31.04.50.20;    author root;    state Exp;
  15. branches;
  16. next    ;
  17.  
  18.  
  19. desc
  20. @@
  21.  
  22.  
  23. 1.2
  24. log
  25. @    Test 1
  26. @
  27. text
  28. @#
  29. # The CVS modules file
  30. #
  31. # Three different line formats are valid:
  32. #    key    -a    aliases...
  33. #    key [options] directory
  34. #    key [options] directory files...
  35. #
  36. # Where "options" are composed of:
  37. #    -i prog        Run "prog" on "cvs commit" from top-level of module.
  38. #    -o prog        Run "prog" on "cvs checkout" of module.
  39. #    -t prog        Run "prog" on "cvs rtag" of module.
  40. #    -u prog        Run "prog" on "cvs update" of module.
  41. #    -d dir        Place module in directory "dir" instead of module name.
  42. #    -l        Top-level directory only -- do not recurse.
  43. #
  44. # And "directory" is a path to a directory relative to $CVSROOT.
  45. #
  46. # The "-a" option specifies an alias.  An alias is interpreted as if
  47. # everything on the right of the "-a" had been typed on the command line.
  48. #
  49. # You can encode a module within a module by using the special '&'
  50. # character to interpose another module into the current module.  This
  51. # can be useful for creating a module that consists of many directories
  52. # spread out over the entire source repository.
  53. #
  54.  
  55. # Convenient aliases
  56. world        -a .
  57.  
  58. # CVSROOT support; run mkmodules whenever anything changes.
  59. CVSROOT        -i mkmodules CVSROOT
  60. modules        -i mkmodules CVSROOT modules
  61. loginfo        -i mkmodules CVSROOT loginfo
  62. commitinfo    -i mkmodules CVSROOT commitinfo
  63. rcsinfo        -i mkmodules CVSROOT rcsinfo
  64. editinfo    -i mkmodules CVSROOT editinfo
  65.  
  66. # Add other modules here... 
  67. @
  68.  
  69.  
  70. 1.1
  71. log
  72. @initial checkin of modules
  73. @
  74. text
  75. @d39 1
  76. a39 1
  77. # Add other modules here...
  78. @
  79.